home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1138 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1022 b 

  1. Path: hp1.uni-rostock.de!nfa031
  2. From: nfa031@hp1.uni-rostock.de (Ingo Warnke)
  3. Newsgroups: comp.lang.c,comp.os.msdos.programmer
  4. Subject: Re: Using xms for data storage/retrieval
  5. Followup-To: comp.lang.c,comp.os.msdos.programmer
  6. Date: 11 Jan 1996 17:39:57 GMT
  7. Organization: University of Rostock (Germany)
  8. Message-ID: <4d3i1d$ogi@taiwan.informatik.uni-rostock.de>
  9. References: <4clbfc$iet$1@perth.DIALix.oz.au>
  10. NNTP-Posting-Host: hp1.uni-rostock.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Boon Weng Yeong (bwyeong@perth.DIALix.oz.au) wrote:
  14. : Is there a simple way of manipulating xms memory?
  15.  
  16. : I mean instead of using the cumbersome movememblock function, is
  17. : there a more elegant way of referencing a xms block for
  18. : storage/retrieval of data?
  19.  
  20. Unless you can make your own code running in protected mode, there is
  21. no way I see. BTW, what is "cumbersome" about the movememblock function?
  22. It works basically like file I/O with DOS, you just do not pass the infor-
  23. mation in registers but in a memory structure.
  24.  
  25. Ingo Warnke
  26.  
  27.